home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CONVERSI / 1396.ZIP / CAPITALS.DOC < prev    next >
Text File  |  1986-12-18  |  718b  |  25 lines

  1. -------------------------------------------------------------------------------
  2.  CAPITALS
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      capitals [< filename] 
  7.  
  8. CAPITALS is a text filter that capitalizes all letters in the standard input
  9. before placing the result on standard output.
  10.  
  11. Examples:
  12.  
  13. Capitalize the input and save it in the file named EXAMPLE.
  14.  
  15.      capitals > example
  16.  
  17. Capitalize an assembler source file and print it on the printer.
  18.  
  19.      capitals <capitals.asm >prn 
  20.  
  21. Make a list of the current environmental settings, capitalize that list, and 
  22. append the list to the file named AUTOEXEC.BAT.
  23.  
  24.      set | capitals >> autoexec.bat
  25.